home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / vbcc / machines / amiga68k / libsrc / ixemul / support / fltubl.s < prev    next >
Encoding:
Text File  |  1997-12-30  |  150 b   |  9 lines

  1.     xdef    __ieeefltubl
  2.     xref    ___floatsisf
  3. __ieeefltubl:
  4.     moveq   #0,d0
  5.     move.b  4(a7),d0
  6.     move.l  d0,4(a7)
  7.     jmp     ___floatsisf
  8.  
  9.